Provides hints and tips to avoid common script mistakes in specific areas , such as syntax , order of script interpretation , automatic type coercion , and so on 提供一些提示,以避免在某些具體方面(如語法、腳本解釋順序、自動類型強制等等)出現(xiàn)常見腳本錯誤。
Reading a parameter value can be marginally expensive ( because of type coercion ) . therefore , it makes sense to cache the parameter value , at least while the component is actively rendering itself 讀取一個參數(shù)值會耗費不少資源(因為類型的強制轉(zhuǎn)換) 。因此,緩存參數(shù)值是有意義的,至少當組件正在呈現(xiàn)自己時。